home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 2_14.lha / 2_14 / makefile < prev   
Makefile  |  1993-08-08  |  157b  |  9 lines

  1. C= CC -I. -I../../CC
  2. ll: 2_14
  3.  
  4. _14: 2_14.c 2_14a1.c 2_14a2.c 2_14a3.c 2_14a4.c 2_14a5.c 2_14a6.c 2_14a7.c 2_14a8.c
  5. $(CC) -c 2_14.c
  6.  
  7. est: all
  8. echo tests done
  9.